home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / sandwichcooking.swf / scripts / DefineButton2_238 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-27  |  149b  |  7 lines

  1. on(release){
  2.    _root.po._visible = true;
  3.    _root.po.play();
  4.    _root.fridge.brid._visible = true;
  5.    _root.fridge.bridge._visible = false;
  6. }
  7.